How-To 5-1 Parse HTML into Tags and Body textPerl:
C:
- parsehtm.pl(non-executable version)
How-To 5-2 Set the action or request method for a formPerl:
C:
- form.pl(non-executable version)
- form_pl.htm
- f2_pl.htm
How-To 5-3 Find input items and determine their typePerl:
C:
- input.pl(non-executable version)
- inp_pl.htm
How-To 5-4 Change the value or size of a text/hidden/password input itemPerl:
C:
- text.pl(non-executable version)
- txt_pl.htm
How-To 5-5 Manage the state of a checkboxPerl:
C:
- check.pl(non-executable version)
- chk_pl.htm
How-To 5-6 Manage the state for a set of radio buttonsPerl:
C:
How-To 5-7 Maintain a consistent name for submit buttonsPerl:
C:
- submit.pl(non-executable version)
- sub_pl.htm
How-To 5-8 Change the value or size of a text areaPerl:
C:
- area.pl(non-executable version)
- area_pl.htm
How-To 5-9 Manage the options in a selection listPerl:
C:
- select.pl(non-executable version)
- sel_pl.htm